home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vsms111.zip / MXVER.BAT < prev    next >
DOS Batch File  |  1992-12-06  |  201b  |  11 lines

  1. @ECHO OFF
  2. echo.
  3. IF %dostype%.==. goto jokerdude
  4. ECHO Your MXDOS type and version: %dostype%
  5. ECHO Your username: %user%
  6. goto end
  7. :jokerdude
  8. ECHO You are not using MX-Multiuser DOS.
  9. :end
  10. echo.
  11.